TableProperties Class

Represents formatting properties for tables.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class TableProperties
Inheritance
Object    TableProperties

Constructors

TableProperties Initializes a new instance of the TableProperties class.

Properties

Alignment Specifies the horizontal alignment of a table.
BackgroundColor Specifies the background color for table.
BackgroundImage Specifies an image as a background.
BorderModel Specifies what border model to use when creating a table with a border.
BottomMargin Specifies the bottom margin.
BreakAfter Specifies the break after table.
BreakBefore Specifies the break before table.
Display Specifies whether a table is displayed.
EnableBreakBetweenRows Specifies that a page break may occur inside a table.
KeepTogether 
LeftMargin Specifies the left margin.
Margin Specifies the margin.
PageNumber Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
RelativeWidth Specifies the width of a table relative to the width of the area that the table is in.
RightMargin Specifies the right margin.
Shadow Specifies the shadow effect.
TopMargin Specifies the top margin.
Width Specifies the fixed width of a table.
WritingMode Specifies the writing mode of the table.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current TableProperties object to its equivalent string representation.
(Overrides ObjectToString)

See Also